Fix typo in xm-test.
authorEwan Mellor <ewan@xensource.com>
Wed, 14 Mar 2007 21:37:00 +0000 (21:37 +0000)
committerEwan Mellor <ewan@xensource.com>
Wed, 14 Mar 2007 21:37:00 +0000 (21:37 +0000)
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
tools/xm-test/tests/destroy/01_destroy_basic_pos.py

index 3d007b12a4ea1da9c05295f0bae52fbbc1af681f..02e31d6aa8c092765b6782366f6bc7bc15a15620 100644 (file)
@@ -37,4 +37,4 @@ if not re.search("proc", run["output"]):
 # destroy domain - positive test
 status, output = traceCommand("xm destroy %s" % domain.getName())
 if status != 0:
-    FAIL("xm destroy returned invalud %i != 0" % status)
+    FAIL("xm destroy returned invalid %i != 0" % status)